home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Palm Utilities
/
Palm_Utilities_CD-ROM_2001_2001.iso
/
files
/
internet misc
/
XML PalmPilot applications 1.0
/
XTPP-latest.exe
/
Pilot
/
city.bat
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1999-11-22
|
221 b
|
18 lines
@echo off
rem Batch file for running city.xst
set city=
if '%1' == '' goto do
if '%1' == '-h' goto usage
set city=%1
goto do
:usage
echo Usage: city [city]
goto exit
:do
..\apps\xtract city.xst
:exit